@charset "utf-8";
body {
	font-size: small;
	line-height: 16px;
	background-color: #FFFFCC;
	margin: 0px;
}
h1 {
	font-size: 14px;
	color: #990000;
	padding: 5px;
	border: thick double #990000;
}
h2 {
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	background-color: #FFFFCC;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #6699CC;
	border-left-color: #CC3333;
}
h2 span {
	font-size: 12px;
	color: #666666;
}



.largefont {
	font-size: 12px;
	font-weight: bold;
}
.info {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-right-style: solid;
}


.navititle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: -10px;
	margin-left: -10px;
}
.comment {
	font-size: 10px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CC3300;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.liststyle {
	font-size: 10px;
	line-height: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	list-style-type: circle;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #99bb99;
}
a:active {
	text-decoration: none;
}
#main {
	background-color: #FFFFFF;
	margin: auto;
	width: 80%;
}
#main #header {
	background-repeat: no-repeat;
	height: 120pt;
	margin-top: 10px;
}
#main #navi {
	float: left;
	width: 140px;
	padding-top: 10px;
	background-color: #FFCC99;
	height: auto;
}
#main #main_contents {
	margin-left: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main #copyright {
	text-align: center;
	clear: both;
	height: 100%;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #CC0000;
}
.shop {
	margin-right: 20px;
	margin-left: 20px;
}
.shop div {
	margin-left: 20px;
	border-left-style: none;
}
